toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.originals.core.Wrapper.Attribute
Namespace
Wrapper.
Attribute
Functions
Functions
add_container_element
Link copied to clipboard
function
add_container_element
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
add_value
Link copied to clipboard
function
add_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
add_values
Link copied to clipboard
function
add_values
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
filter_instances
Link copied to clipboard
function
filter_instances
(
filters
:
list
<
I
>
,
from
:
p_from
,
page_size
:
integer
)
:
(
results
:
list
<
instance
>
,
from
:
p_from
)
find_instances
Link copied to clipboard
function
find_instances
(
attribute_name
:
I
,
value
:
gtv
,
from
:
p_from
,
page_size
:
integer
)
:
(
results
:
list
<
instance
>
,
from
:
p_from
)
get_value
Link copied to clipboard
function
get_value
(
instance
:
instance
,
attribute_name
:
I
)
:
gtv
?
remove_container_element
Link copied to clipboard
function
remove_container_element
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
remove_value
Link copied to clipboard
function
remove_value
(
instance
:
instance
,
attribute_name
:
I
)
:
gtv
remove_values
Link copied to clipboard
function
remove_values
(
instance
:
instance
,
attributes
:
list
<
I
>
)
set_value
Link copied to clipboard
function
set_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
set_values
Link copied to clipboard
function
set_values
(
instance
:
instance
,
attributes
:
map
<
I
,
gtv
>
)
update_value
Link copied to clipboard
function
update_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
update_values
Link copied to clipboard
function
update_values
(
instance
:
instance
,
attributes
:
map
<
I
,
gtv
>
)